3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next
QuickDraw 3D RAVE provides routines that you can use to create and delete draw contexts.
You can use the QADrawContextNew function to create a new draw context.
TQAError QADrawContextNew (
const TQADevice *device,
const TQARect *rect,
const TQAClip *clip,
const TQAEngine *engine,
unsigned long flags,
TQADrawContext **newDrawContext);
You can use the QADrawContextDelete function to delete a draw context.
void QADrawContextDelete (TQADrawContext *drawContext);
Previous | QD3D Book | Overview | Chapter Contents | Next